DX11 SET CBUFFER BOOLEAN

Sets a boolean (true or false) value at the given offset of the specified constant buffer.
Make sure that you will not write out of the buffer's bounds; note that all individual data fields are stored as 32-bit values
on the GPU so a boolean will use 4 up bytes.

  Syntax
DX11 SET CBUFFER BOOLEAN cbuffer, offset, data
  Parameters
cbuffer
Dword
The constant buffer to set the data for.
offset
Dword
Offset from the start of the buffer to write the data to.
data
Boolean
The boolean value to write to the constant buffer.

  Returns

This function does not return a value.

  See also

CONSTANTBUFFER Functions Menu
DX11 Function Categories